.nav-item a,.navbar-brand {
    font-family:'Times New Roman', Times, serif;
     font-weight: bolder;
    color:white;
}


    .footer {
      background-color: #3e2c1c;
      color: white;
      padding: 40px 0;
    }
    .footer a {
      color: white;
    }
    .footer a:hover {
      text-decoration: underline;
      color: #d3a86b;
    }